The content provides detailed information on implementing the ability to federate and link single or multiple wallets to a main embedded wallet session, describing best practices when combined with ephemeral guest wallets to be converted to permanent on-chain embedded wallets.
initAuth
using the same parameters as the first signed-in session on the WaaS
object with an additional guest or social provider, where the provider challenge
is returned and passed to the linkAccount
function:
linkAccount
function:
listAccounts
will return an object with the following: an array of accounts
object(s) (with id
, type
, and issuer
), as well as the currentAccountId
, for example: "Guest:0x0104...
: